object mainwin: Tmainwin Left = 90 Top = 137 Width = 435 Height = 300 Caption = 'xBase to Delphi' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsMDIForm Menu = MainMenu1 PixelsPerInch = 96 WindowMenu = ActiveWindows1 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow TextHeight = 16 object MainMenu1: TMainMenu Left = 360 Top = 20 object File1: TMenuItem Caption = '&File' object TranslatexBase1: TMenuItem Caption = '&Translate xBase Code' OnClick = TranslatexBase1Click end object BrowseDatabases1: TMenuItem Caption = '&Browse Database' OnClick = BrowseDatabases1Click end object SystemInfo1: TMenuItem Caption = 'S&ystem Info' OnClick = SystemInfo1Click end object N1: TMenuItem Caption = '-' end object ReportPreviewActive1: TMenuItem Caption = 'Report Preview Active' OnClick = ReportPreviewActive1Click end object SelectPrinter1: TMenuItem Caption = '&Select Printer' OnClick = SelectPrinter1Click end object N2: TMenuItem Caption = '-' end object FlushFieldList1: TMenuItem Caption = '&Clear Field Info (Forces Reload)' OnClick = FlushFieldList1Click end object N3: TMenuItem Caption = '-' end object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end object ActiveWindows1: TMenuItem Caption = '&Active Windows' object Normal1: TMenuItem Caption = '&Normal' OnClick = Normal1Click end object Cascade1: TMenuItem Caption = '&Cascade' OnClick = Cascade1Click end object Tile1: TMenuItem Caption = '&Tile' OnClick = Tile1Click end end end end